home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / g1emmnos.zip / PUB / KA9Q / FORWARD.DOC < prev    next >
Internet Message Format  |  1990-10-15  |  5KB

  1. From tcp-group-relay@ucsd.edu Wed Oct 10 22:37:00 1990
  2. From tcp-group-relay@ucsd.edu Wed Oct 10 22:37:00 1990
  3. From tcp-group-relay@ucsd.edu Wed Oct 10 22:37:00 1990
  4. Received: from ucsd.edu by kelvin.uk22.bull.com with SMTP
  5.     id AA2632 ; Wed, 10 Oct 90 22:36:41 GMT
  6. Received: by ucsd.edu; id AA11758
  7.     sendmail 5.64/UCSD-2.1-sun
  8.     Wed, 10 Oct 90 13:55:35 -0700 for hpbbrd!db0sao!dg4scv-2!tcp-group
  9. Received: from sics.se by ucsd.edu; id AA11743
  10.     sendmail 5.64/UCSD-2.1-sun via SMTP
  11.     Wed, 10 Oct 90 13:55:27 -0700 for /usr/lib/sendmail -oc -odb -oQ/var/spool/lqueue -oi -ftcp-group-relay tcp-group-list
  12. Received: from isis.sics.se by sics.se (5.61-bind 1.5+ida/SiteCap-3.0)
  13.     id AA21441; Wed, 10 Oct 90 21:55:11 +0100
  14. Received: from localhost by isis.sics.se (5.61-bind 1.5+ida/SiteCap-3.0)
  15.     id AA07844; Wed, 10 Oct 90 21:55:05 +0100
  16. Message-Id: <9010102055.AA07844@isis.sics.se>
  17. To: tcp-group@ucsd.edu
  18. Cc: phealy@cs.tcd.ie
  19. Subject: NOS Mbox forwarding
  20. Date: Wed, 10 Oct 90 21:55:00 +0100
  21. From: klemets@sics.se
  22. Status: R
  23.  
  24. I have been hacking on the NOS mailbox recently. Paul Healy, EI9GL,
  25. wrote some good forwarding code for NOS. I started changing Pauls code,
  26. and I am not sure if he will recognize it now.
  27.  
  28. The NOS mailbox now supports forwarding, both outgoing forwarding and
  29. reverse forwarding. It keeps track of which bulletins have been
  30. forwarded by adding "X-Forwarded-To:" lines to the messages. Messages
  31. in public "areas" are sent as bulletins, with BID and everything.
  32. Messages from private areas are treated as private mail and are
  33. deleted after forwarding.
  34.  
  35. The message areas can be checked for messages to forward at a regular
  36. intervals, which is set with the "mbox timer" command.
  37. Forwarding can be started immediately with the "mbox kick" command.
  38. There is also a "mbox motd" and a "mbox attended" command, which I
  39. picked from the G1EMM code.
  40. There is a new command in the mailbox too, "Verbose." It displays a
  41. message with all it header lines, contrary to "Read" which only shows
  42. four lines. It is also possible to read a message simply by typing its
  43. number.
  44.  
  45. The mailbox reads a forwarding file, "spool/forward.bbs". Here is a
  46. sample file:
  47.  
  48. sk0tm 0006
  49. ax25 ax0 sk0tm
  50. sk0tm
  51. amsat
  52. all
  53. ------
  54. sm0rgv
  55. netrom #sth675
  56. ..c sm0rgv-2
  57. sm0rgv
  58. amsat
  59.  
  60. The first word on the first line in a forwarding record is the name of
  61. the BBS to forward to. This should be the same type of name which is
  62. shown by the "mbox status" command. The second word is optional. It
  63. specifies a range when forwarding may take place. "0006" means that
  64. there will only be forwarding to this station between midnight and 6am.
  65.  
  66. The second line specifies how to establish the connection. It should
  67. start with the protocol (ax25, tcp or netrom) and be followed by all
  68. the parameters which are necessary when NOS has to establish a network
  69. connection.
  70.  
  71. Directly after the second line there may be lines that start with a
  72. dot. What follows after the dot will be sent to the remote BBS as soon
  73. as the connection is established.
  74.  
  75. Then follows the names of a number of message areas, public or
  76. private. Finally, there should be a couple of '-' signs to separate
  77. one forwarding record from another.
  78.  
  79. The code seems to be working, although there could of course be bugs
  80. left. Anyway, the source is available with ftp from sics.se. The
  81. filename is archive/packet/ka9q/nos/mailbox.arc.
  82.  
  83. As usual, this message is the only documentation, so it could be worth
  84. saving.
  85.  
  86. Anders
  87.  
  88.  
  89.  
  90.  
  91. From tcp-group-relay@ucsd.edu Fri Oct 12 16:45:05 1990
  92. Received: from ucsd.edu by kelvin.uk22.bull.com with SMTP
  93.     id AA17 ; Fri, 12 Oct 90 16:44:55 GMT
  94. Received: by ucsd.edu; id AA24765
  95.     sendmail 5.64/UCSD-2.1-sun
  96.     Fri, 12 Oct 90 08:08:28 -0700 for hb9zz
  97. Received: from sics.se by ucsd.edu; id AA24756
  98.     sendmail 5.64/UCSD-2.1-sun via SMTP
  99.     Fri, 12 Oct 90 08:08:18 -0700 for /usr/lib/sendmail -oc -odb -oQ/var/spool/lqueue -oi -ftcp-group-relay tcp-group-list
  100. Received: from sarapis.sics.se by sics.se (5.61-bind 1.5+ida/SiteCap-3.0)
  101.     id AA15115; Fri, 12 Oct 90 16:08:05 +0100
  102. Received: from localhost by sarapis.sics.se (5.61-bind 1.4+ida/SiteCap-3.0)
  103.     id AA04822; Fri, 12 Oct 90 16:08:01 +0100
  104. Message-Id: <9010121508.AA04822@sarapis.sics.se>
  105. To: tcp-group@ucsd.edu
  106. Subject: NOS mbox forwarding
  107. Date: Fri, 12 Oct 90 16:07:56 +0100
  108. From: klemets@sics.se
  109. Status: R
  110.  
  111. The latest version of mailbox.arc at sics.se dated October 12, 14:36,
  112. contains some bug fixes, not only to the forwarding code but to the
  113. general message handling mechanism as well.
  114.  
  115. Now there is support for what people call "hierarchical routing
  116. designators."
  117. The mailbox now understands its own "*** LINKED to" message...
  118.  
  119. It is possible to specify several time intervals in the forward.bbs
  120. file. For instance: "w0xxx 0006,1212" means that there may be
  121. forwarding to w0xxx whenever the forwarding timer expires from midnight
  122. until 7 am, and from noon until 1 pm.
  123.  
  124. By the way, some time ago I wrote a short file called rwhodump.c that
  125. displays received RWHO packets on screen. There are lots of RWHO
  126. traffic on our Ethernet that would otherwise be displayed as garbage.
  127. One could make NOS send RWHO packets of its own too, indicating who are
  128. logged in to the mailbox, but I am not sure if it would be really
  129. useful... Anyway, I have put this file at the sics.se FTP directory as
  130. well.
  131.  
  132. Anders
  133.  
  134.